-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breast Cancer Prediction #129
base: master
Are you sure you want to change the base?
Conversation
@yashasvini121 Please review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have not made any changes to your code since the last review. Let me know if you face any errors
Hi @yashasvini121, Please check commit 5b9abae for the changes. Let me know if you encounter any errors! |
I not getting how to add model details into notebook as you said to do. |
#33
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.